StvDEV

 GDK

  Components

  Drawing

  Editor

  Browser

  Inspector

  CaptionedBoolPropertyDrawer

  DisableOnRuntimePropertyDrawer

  EnumPropertyDrawer

  MinMaxRangePropertyDrawer

  ReadOnlyPropertyDrawer

  CreatePropertyGUI(SerializedProperty)

  GetPropertyHeight(SerializedProperty, GUIContent)

  OnGUI(Rect, SerializedProperty, GUIContent)

  ShowIfPropertyDrawer

  Extensions

  Inspector

  Patterns

  TMP

  Types

  Vibration

class ReadOnlyPropertyDrawer

Disables the display of fields marked with the ReadOnlyAttribute attribute.
VisibilityPublic
ExtendsPropertyDrawer

Public methods

VisualElement CreatePropertyGUI(SerializedProperty property)Draw gui using UIToolkit.
float GetPropertyHeight(SerializedProperty property, GUIContent label)Calculate the height of property so that when the property needs to be hidden the following properties that are being drawn don�t overlap.
void OnGUI(Rect position, SerializedProperty property, GUIContent label)Ons the gui using the specified position.